SG Window Window Object
GetWindowDC Method

©1998 by Stinga

Properties     Methods      Events     Constants     Error Codes
Description

Returns device context for the entire window.

Syntax

object.GetWindowDC

Part Description
object The object is expression that evaluates to Window object
Remarks

When you are finished with device context returned form GetWindowDC, you must call the ReleaseDC function to release the device context.